CVE-2024-36947
qibfs: fix dentry leak
Description
In the Linux kernel, the following vulnerability has been resolved: qibfs: fix dentry leak simple_recursive_removal() drops the pinning references to all positives in subtree. For the cases when its argument has been kept alive by the pinning alone that's exactly the right thing to do, but here the argument comes from dcache lookup, that needs to be balanced by explicit dput(). Fucked-up-by: Al Viro <[email protected]>
INFO
Published Date :
May 30, 2024, 4:15 p.m.
Last Modified :
Sept. 17, 2025, 10:21 p.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
---|---|---|---|---|---|---|
CVSS 3.1 | MEDIUM | 134c704f-9b21-4f2e-91b3-4a467353bcc0 | ||||
CVSS 3.1 | MEDIUM | [email protected] |
Solution
- Update the affected kernel packages.
- Reboot the system if required.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-36947
.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-36947
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-36947
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-36947
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-36947
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
Initial Analysis by [email protected]
Sep. 17, 2025
Action Type Old Value New Value Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Added CWE CWE-401 Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:6.9:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.9:rc4:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.8.10 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.31 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.13 up to (excluding) 5.15.159 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.91 *cpe:2.3:o:linux:linux_kernel:6.9:rc5:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.9:rc6:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:6.9:rc7:*:*:*:*:*:* Added Reference Type CVE: https://git.kernel.org/stable/c/02ee394a5d899d9bd2f0759382e9481cab6166f8 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/02ee394a5d899d9bd2f0759382e9481cab6166f8 Types: Patch Added Reference Type CVE: https://git.kernel.org/stable/c/24dd9b08df718f20ccf2dd1519909fefd8c233ee Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/24dd9b08df718f20ccf2dd1519909fefd8c233ee Types: Patch Added Reference Type CVE: https://git.kernel.org/stable/c/aa23317d0268b309bb3f0801ddd0d61813ff5afb Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/aa23317d0268b309bb3f0801ddd0d61813ff5afb Types: Patch Added Reference Type CVE: https://git.kernel.org/stable/c/bd8f78c71defbcb7a9ed331e7f287507df972b00 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/bd8f78c71defbcb7a9ed331e7f287507df972b00 Types: Patch Added Reference Type CVE: https://git.kernel.org/stable/c/db71ca93259dd1078bcfea3afafde2143cfc2da7 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/db71ca93259dd1078bcfea3afafde2143cfc2da7 Types: Patch -
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/02ee394a5d899d9bd2f0759382e9481cab6166f8 Added Reference https://git.kernel.org/stable/c/24dd9b08df718f20ccf2dd1519909fefd8c233ee Added Reference https://git.kernel.org/stable/c/aa23317d0268b309bb3f0801ddd0d61813ff5afb Added Reference https://git.kernel.org/stable/c/bd8f78c71defbcb7a9ed331e7f287507df972b00 Added Reference https://git.kernel.org/stable/c/db71ca93259dd1078bcfea3afafde2143cfc2da7 -
CVE Modified by 134c704f-9b21-4f2e-91b3-4a467353bcc0
Nov. 07, 2024
Action Type Old Value New Value Added CVSS V3.1 CISA-ADP AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 30, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: qibfs: fix dentry leak simple_recursive_removal() drops the pinning references to all positives in subtree. For the cases when its argument has been kept alive by the pinning alone that's exactly the right thing to do, but here the argument comes from dcache lookup, that needs to be balanced by explicit dput(). Fucked-up-by: Al Viro <[email protected]> Added Reference kernel.org https://git.kernel.org/stable/c/24dd9b08df718f20ccf2dd1519909fefd8c233ee [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/bd8f78c71defbcb7a9ed331e7f287507df972b00 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/db71ca93259dd1078bcfea3afafde2143cfc2da7 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/02ee394a5d899d9bd2f0759382e9481cab6166f8 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/aa23317d0268b309bb3f0801ddd0d61813ff5afb [No types assigned]